Skip to main content

How to make an arrow

Note: this is how to create an arrow with only characters. You must include the opening ampersand and the closing semicolon to successfully create the arrow. You do not need span tags around the arrows.

Right arrow: "→" will display as →

Left arrow: "←" will display as ←

the code should look like this:

<p> text &rarr; text &rarr; text &rarr; text &rarr; text &rarr; text &rarr; text &rarr; text </p>

opt1-banner